home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Python 1.4 / Python 1.4 source / Mac / mwerks / mwerks_small_config.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-23  |  1.1 KB  |  21 lines  |  [TEXT/CWIE]

  1. /*
  2. ** Configuration file for small standalone 68k/ppc Python.
  3. **
  4. ** Note: enabling the switches below is not enough to enable the
  5. ** specific features, you may also need different sets of sources.
  6. */
  7.  
  8. #define USE_GUSI        /* Stdio implemented with GUSI */
  9. #define USE_TOOLBOX        /* Include toolbox modules in core Python */
  10. #define USE_QT            /* Include quicktime modules in core Python */
  11. /* #define USE_WASTE        /* Include waste module in core Python */
  12. #define USE_MACSPEECH        /* Include macspeech module in core Python */
  13. /* #define USE_IMG               /* Include img modules in core Python */
  14. #define USE_MACCTB        /* Include ctb module in core Python */
  15. /* #define USE_STDWIN        /* Include stdwin module in core Python */
  16. /* #define USE_MACTCP        /* Include mactcp (*not* socket) modules in core */
  17. /* #define USE_TK            /* Include _tkinter module in core Python */
  18. /* #define MAC_TCL            /* This *must* be on if USE_TK is on */
  19. /* #define USE_MAC_SHARED_LIBRARY    /* Enable code to add shared-library resources */
  20. /* #define USE_MAC_APPLET_SUPPORT    /* Enable code to run a PYC resource */
  21. /* #define USE_MALLOC_DEBUG            /* Enable range checking and other malloc debugging */